
Command Line: diskspd.exe -c10G -t2 -d60 -o16 -b8k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 8192
		using random I/O (alignment: 8192)
		number of outstanding I/O operations: 16
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   4.48%|   0.52%|    3.96%|  95.53%
   1|   2.37%|   0.34%|    2.03%|  97.64%
-------------------------------------------
avg.|   3.42%|   0.43%|    2.99%|  96.58%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       447905792 |        54676 |       7.12 |     911.07 |   17.569 |    70.424 | test.dat (10240MB)
     1 |       450002944 |        54932 |       7.15 |     915.33 |   17.486 |    70.344 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         897908736 |       109608 |      14.27 |    1826.40 |   17.527 |    70.384

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       358236160 |        43730 |       5.69 |     728.68 |   13.097 |    51.110 | test.dat (10240MB)
     1 |       359587840 |        43895 |       5.71 |     731.42 |   13.044 |    50.890 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         717824000 |        87625 |      11.41 |    1460.10 |   13.070 |    51.000

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        89669632 |        10946 |       1.42 |     182.39 |   35.435 |   118.060 | test.dat (10240MB)
     1 |        90415104 |        11037 |       1.44 |     183.91 |   35.152 |   118.058 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         180084736 |        21983 |       2.86 |     366.30 |   35.293 |   118.059


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.034 |      0.035 |      0.034
   25th |      0.109 |      0.120 |      0.111
   50th |      0.268 |      0.413 |      0.285
   75th |      4.304 |      1.244 |      2.869
   90th |     20.192 |     86.577 |     23.366
   95th |     42.048 |    376.711 |     72.792
   99th |    311.343 |    698.427 |    387.272
3-nines |    380.366 |    843.639 |    762.138
4-nines |    435.934 |   1192.477 |   1115.623
5-nines |    482.163 |   1195.877 |   1194.318
6-nines |    482.163 |   1195.877 |   1195.877
7-nines |    482.163 |   1195.877 |   1195.877
8-nines |    482.163 |   1195.877 |   1195.877
9-nines |    482.163 |   1195.877 |   1195.877
    max |    482.163 |   1195.877 |   1195.877
